Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http/https requests with large body #485

Merged
merged 3 commits into from
Sep 6, 2022

Conversation

fAuernigg
Copy link
Contributor

@fAuernigg fAuernigg commented Aug 24, 2022

The idea is to load/request the large body chunk vise. Eg. if a large file should be uploaded it should be load and sent chunk vise in order to save memory.

@fAuernigg fAuernigg changed the title Large http body http/https requests with large body Aug 24, 2022
@fAuernigg fAuernigg force-pushed the large_http_body branch 6 times, most recently from 027fb73 to 678f2e7 Compare August 25, 2022 11:21
@fAuernigg fAuernigg force-pushed the large_http_body branch 4 times, most recently from e0e5e9b to ba6f546 Compare August 31, 2022 12:32
@fAuernigg fAuernigg marked this pull request as ready for review September 1, 2022 05:48
@cspiel1
Copy link
Collaborator

cspiel1 commented Sep 1, 2022

Tested with:

  • GET

  • PUT

  • POST

  • mbuf body

  • bodyh

  • both

  • empty body

@sreimers sreimers merged commit 3667af9 into baresip:main Sep 6, 2022
@fAuernigg fAuernigg deleted the large_http_body branch September 21, 2022 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants